home *** CD-ROM | disk | FTP | other *** search
/ Super PC 34 / Super PC 34 (Shareware).iso / spc / UTIL / DJGPP2 / V2 / DJTST200.ZIP / tests / libc / ansi / math / elefunt / init.c < prev    next >
Encoding:
C/C++ Source or Header  |  1995-06-01  |  211 b   |  13 lines

  1. /* Initailizes the NPX */
  2. #include <float.h>
  3. #include "elefunt.h"
  4.  
  5. unsigned int _control87(unsigned, unsigned);
  6.  
  7. void
  8. init(void)
  9. {
  10.     /* _set_cw87(0x137f); */
  11.     _control87(0x137f, 0xffffffffU);
  12. }
  13.